projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3ebe6
)
Doc fix.
author
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 02:03:18 +0000
(
02:03
+0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 02:03:18 +0000
(
02:03
+0000)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 2b0b777adbae3fe2be760b0eed7cde053ba51231..3b04cd3d1d8164488d474ead1b9cdabff56ed978 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-328,7
+328,7
@@
on directories. Must be used only with -batch, and kills Emacs on completion.
Each file will be processed even if an error occurred previously.
For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
(if (not noninteractive)
- (error "batch-update-
file-
autoloads is to be used only with -batch"))
+ (error "batch-update-autoloads is to be used only with -batch"))
(let ((lost nil)
(args command-line-args-left))
(while args